home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AvisynthPlugins / VagueDenoiser.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  4KB  |  60 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="VagueDenoiser">
  4.   <description />
  5.   <filters>
  6.     <filter name="VagueDenoiser" category="Spatial Smoothers" helpfile="vaguedenoiser" type="clip">
  7.       <description>A simple denoiser that uses wavelets.</description>
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.         <colorspace>yuy2</colorspace>
  11.       </colorspaces>
  12.       <parameters>
  13.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  14.           <description />
  15.           <items />
  16.         </parameter>
  17.         <parameter name="threshold" type="float" default="0" max="0" min="0" step="0" optional="True" paramList="False">
  18.           <description>Filtering strength. The higher, the more filtered the clip will be. Hard thresholding can use a higher threshold than Soft thresholding before the clip looks overfiltered.</description>
  19.           <items />
  20.         </parameter>
  21.         <parameter name="method" type="int" default="3" max="3" min="-1" step="0" optional="True" paramList="False">
  22.           <description>The filtering method that will be used. See helpfile.</description>
  23.           <items />
  24.         </parameter>
  25.         <parameter name="nsteps" type="int" default="4" max="8" min="1" step="0" optional="True" paramList="False">
  26.           <description>Number of times, the wavelet will decompose the picture. High values can be slower but results will be better. Suggested values are 3-6.</description>
  27.           <items />
  28.         </parameter>
  29.         <parameter name="chromaT" type="float" default="-1" max="0" min="0" step="0" optional="True" paramList="False">
  30.           <description>Set threshold value for Chroma filtering. It is slower but give better results     If set < 0, then Chroma denoising will be disabled (default mode)     If set = 0, then threshold is estimated automatically (adaptive)</description>
  31.           <items />
  32.         </parameter>
  33.         <parameter name="debug" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  34.           <description>Deactivates the inverse transform and normalize coefficients for direct display.</description>
  35.           <items />
  36.         </parameter>
  37.         <parameter name="interlaced" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  38.           <description>Try to process separately fields clip.</description>
  39.           <items />
  40.         </parameter>
  41.         <parameter name="wavelet" type="int" default="1" max="3" min="1" step="1" optional="True" paramList="False">
  42.           <description>Select wavelet type:     1 - Cohen-Daubechies-Feauveau 9/7 - popular, probably the best     2 - Brislawn 10/10 (sharp, used as only in all previous versions from 0.23 to 0.29)     3 - Villasenor-Belzer-Liao 6/10┬á</description>
  43.           <items />
  44.         </parameter>
  45.         <parameter name="Wiener" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  46.           <description>Activates WienerChop two-pass denoising mode for strong denoising with high threshold (slow).</description>
  47.           <items />
  48.         </parameter>
  49.         <parameter name="wratio" type="float" default="0.5" max="0" min="0" step="0" optional="True" paramList="False">
  50.           <description>Noise std deviation value for Wiener denoising as relative ratio to threshold value.</description>
  51.           <items />
  52.         </parameter>
  53.         <parameter name="percent" type="int" default="75" max="100" min="0" step="1" optional="True" paramList="False">
  54.           <description>Partial of full denoising (by blending denoised frame with source).</description>
  55.           <items />
  56.         </parameter>
  57.       </parameters>
  58.     </filter>
  59.   </filters>
  60. </plugin>